home *** CD-ROM | disk | FTP | other *** search
/ Champak 123 / (Vol 123) Jan 13 2011.iso / Games / hand_jibe.swf / scripts / DefineSprite_110 / frame_4 / DoAction.as
Text File  |  2011-01-13  |  144b  |  11 lines

  1. if(totalBeats == undefined)
  2. {
  3.    totalBeats = 0;
  4. }
  5. totalBeats++;
  6. if(totalBeats == 4)
  7. {
  8.    mcTitle.mcHand.play();
  9.    totalBeats = 0;
  10. }
  11.